home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 430 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.8 KB

  1. Path: telepost.no!usenet
  2. From: lasse@ucom.no (Lasse E. Haugen)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Call Id info
  5. Date: Thu, 04 Jan 1996 22:00:11 GMT
  6. Organization: Ucom AS
  7. Message-ID: <4chilg$603@nms.telepost.no>
  8. References: <DKLA28.J4A.0.bloor@torfree.net>
  9. NNTP-Posting-Host: drammensnett310.telepost.no
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. bm479@torfree.net (Mike Grimaldi) wrote:
  13.  
  14. >I just got a new 14.4k modem (Rockwell) given to me.  The manual (if you 
  15. >want to call it that) says absolutely nothing about call id.  There are no 
  16. >instructions on the proper init strings, only some sample ones, and they 
  17. >don't explain what they are doing either.  I've figured out some of the 
  18. >settings through trial & error and seem to have everything setup ok, but 
  19. >I'm curious if it can do call id.
  20.  
  21. >How can I tell if it can do this, and if it can, how do I make it work.
  22.  
  23. >I have call id service from Ma Bell.
  24.  
  25. Hi, this is what my manual say's about CallerID :
  26.  
  27.  
  28. 3.6.    CALLER ID COMMANDS
  29.  
  30. 3.6.1.    AT#CID Command
  31.  
  32. #CIDn - Caller ID
  33.  
  34. Enables or disables Caller ID.
  35.  
  36.     #CID=0    Disables Caller ID. (Default.)
  37.  
  38. #CID=1    Enables Caller ID with formatted presentation to the DTE.
  39. The modem will present the data items in a <Tag><Value> pair format.
  40. The expected pairs are data, time, caller code (telephone number), and
  41. name.
  42.  
  43. #CID=2    Enables Caller ID with unformatted presentation to the DTE.
  44. The modem will present the entire packet of information, excluding the
  45. leading U's, in ASCII printable hex numbers.
  46.  
  47. Result Codes:
  48.  
  49.     OK        n = 0 or 2.
  50.     ERROR        Otherwise.
  51.  
  52. Inquiries
  53.  
  54. #CID?    Retrieves the current Caller ID mode from the modem.
  55.  
  56. #CID=?    Returns the mode capabilities of the modem in a list with
  57. each element separated by commas.
  58.  
  59. Formatted Form Reporting
  60. The modem presents the data in the <tag> = <value> pair format as
  61. described in the table below. Spaces are present on both sides of the
  62. equal sign.
  63.  
  64.     Tag    Description
  65.  
  66. DATE    DATE = MMDD where MM is the month number (01 to 12) and DD is the
  67. day number (01..31).
  68.  
  69. TIME    TIME = HHMM where HH is the hour number (00 to 23) and MM is the
  70. minute number (00 to 59).
  71.  
  72. NMBR    NMBR = <number> or P or O where <number> is the telephone number
  73. of the caller, where P indicates that the calling number information
  74. is not available since the originating caller has requested private
  75. service, and where O indicates that the calling number information is 
  76. not available or out of service at the calling location.
  77.  
  78. NAME    NAME = <listing name> where <listing name> is the subscription
  79. name.
  80.  
  81. MESG    MESG = <data tag> <length of message> <data> <checksum> in
  82. printable ASCII hex numbers. 
  83.  
  84. This tag indicates a data item not listed above. The message is only
  85. possible for Multiple Message Format.
  86.  
  87. Notes:
  88.  
  89. 1.    The modem does not present any Caller ID information if the DCE
  90. detects a checksum error in the Caller ID packet.
  91.  
  92. 2.    In the event of an unrecognized data tag, the modem will present
  93. the data in ASCII hex numbers following the MESG tag.
  94.  
  95.  
  96.  Example of Formatted Form Reporting
  97. 1.    The following example illustrates the standard Caller ID message
  98. packet.
  99.  
  100.     RING
  101.  
  102.     DATE   =  0321
  103.     TIME   =  1405
  104.     NMBR   =  5045551234
  105.     NAME   =  A N OTHER
  106.  
  107.     RING
  108.  
  109.     RING
  110.  
  111. 2.    The following example illustrates the case where the tag of the
  112. packet is not recognized by the modem.
  113.  
  114.     RING
  115.  
  116.     MESG   =  060342424231
  117.  
  118.     RING
  119.  
  120.     RING
  121.  
  122. Unformatted Form Reporting
  123. The modem presents all information and packet control information
  124. found in the message. The modem, however, excludes the leading U's
  125. (channel seizure information) from the presentation. The packet is
  126. presented in ASCII printable hex numbers, the modem does not insert
  127. spaces, or line feeds, for formatting between bytes or words of the
  128. packet.
  129.  
  130. The modem does not detect the checksum of the packet.
  131.  
  132. Example of Unformatted Form Reporting
  133.  
  134.     RING
  135.  
  136.     0412303332323234303539313435353132333435
  137.  
  138.     RING
  139.  
  140.     RING
  141.  
  142.  
  143.  
  144.